home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-ARM / PROC-ARM.{21 / PARAM.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  391b  |  26 lines

  1. /*
  2.  * linux/include/asm-arm/proc-armv/param.h
  3.  *
  4.  * Copyright (C) 1996 Russell King
  5.  */
  6.  
  7. #ifndef __ASM_PROC_PARAM_H
  8. #define __ASM_PROC_PARAM_H
  9.  
  10. #include <asm/arch/param.h>        /* for HZ */
  11.  
  12. #define EXEC_PAGESIZE   4096
  13.  
  14. #ifndef NGROUPS
  15. #define NGROUPS         32
  16. #endif
  17.  
  18. #ifndef NOGROUP
  19. #define NOGROUP         (-1)
  20. #endif
  21.  
  22. #define MAXHOSTNAMELEN  64      /* max length of hostname */
  23.  
  24. #endif
  25.  
  26.